home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / mail / pp / pp-6.0 / doc / manual / texinputs / a4.sty next >
Encoding:
Text File  |  1991-10-27  |  926 b   |  24 lines

  1. %
  2. % "a4" document style option.
  3. % John Pavel, December 1986
  4. %
  5. % Redefines the \textheight and \topmargin for A4 paper, as opposed to US paper.
  6. %
  7. % Adjusting \textheight will adjust position of the bottom of the page.
  8. % Must preserve "(\textheight - \topskip) divides \baselineskip".
  9. % \topskip always appears to be 10pt.
  10. % So only add/subtract multiples of \baselineskip if you want shorter pages.
  11. %
  12. % \textwidth is not altered because A4 is narrower than US paper.
  13. %
  14. %
  15. \topmargin 0 pt     %    Nominal distance from top of paper to top of page
  16. \ifcase \@ptsize
  17.     % mods for 10 pt (\baselineskip=12pt)
  18.     \textheight 646 pt  % Height of text (including footnotes and figures)
  19. \or % mods for 11 pt (\baselineskip=13.6pt)
  20.     \textheight 649.2 pt    % Height of text (including footnotes and figures)
  21. \or % mods for 12 pt  (\baselineskip=15pt)
  22.     \textheight 655 pt    % Height of text (including footnotes and figures)
  23. \fi
  24.